Skip to content

fix(dev): correct setup next-step instructions - #4618

Open
raun6k wants to merge 1 commit into
block:mainfrom
raun6k:fix/dev-setup-next-step
Open

fix(dev): correct setup next-step instructions#4618
raun6k wants to merge 1 commit into
block:mainfrom
raun6k:fix/dev-setup-next-step

Conversation

@raun6k

@raun6k raun6k commented Aug 3, 2026

Copy link
Copy Markdown

Summary

  • update the just setup completion message to recommend just dev
  • remove the instruction to run just relay before just dev
  • clarify that just dev starts both the relay and desktop app

Problem

The setup completion message currently tells developers to run both
just relay and just dev.

However, just dev starts its own relay and refuses to launch when relay
port 3000 is already occupied. Following the printed instructions therefore
causes just dev to fail with a port conflict.

Testing

  • bash -n scripts/dev-setup.sh
  • git diff --check
  • just setup
  • confirmed the completion output recommends only just dev
  • confirmed just dev starts successfully

Related work

PostgreSQL host-port conflicts are being handled separately in #2479 and #3854.

Signed-off-by: Raunak Bhagate <141800878+raun6k@users.noreply.github.com>
@raun6k
raun6k requested a review from a team as a code owner August 3, 2026 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant